Introspection
How do app builders learn about
a Bean?
You might use a component
descriptor file
Tends to be pretty ugly
Use analysis of Java methods
Applying standard design patterns to deduce properties/events/methods
Allow you to specify them precisely

Return to Tracks